namespace VRCSDK2.Validation.Performance
{
    public enum PerformanceRating
    {
        None = 0,
        Excellent = 1,
        Good = 2,
        Medium = 3,
        Poor = 4,
        VeryPoor = 5
    }
}
